home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb-4.5 / ds3100.md / bfd / Makefile < prev    next >
Encoding:
Makefile  |  1992-07-01  |  12.9 KB  |  404 lines

  1. # This file was generated automatically by configure.  Do not edit.
  2. host_alias = decstation
  3. host_cpu = mips
  4. host_vendor = dec
  5. host_os = sprite
  6. target_alias = decstation
  7. target_cpu = mips
  8. target_vendor = dec
  9. target_os = ultrix42
  10. target_makefile_frag = ./config/decstation.mt
  11. host_makefile_frag = ./config/decstation.mh
  12. site_makefile_frag = 
  13. links = sysdep.h
  14. VPATH = .
  15. ALL=all.internal
  16. #    Makefile template for Configure for the BFD library.
  17. #    Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc.
  18. #    Written by Cygnus Support.
  19. # This file is part of BFD, the Binary File Descriptor library.
  20. # This program is free software; you can redistribute it and/or modify
  21. # it under the terms of the GNU General Public License as published by
  22. # the Free Software Foundation; either version 2 of the License, or
  23. # (at your option) any later version.
  24. # This program is distributed in the hope that it will be useful,
  25. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  26. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  27. # GNU General Public License for more details.
  28. # You should have received a copy of the GNU General Public License
  29. # along with this program; if not, write to the Free Software
  30. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  31.  
  32. # $Id: Makefile.in,v 1.79 1992/04/03 01:47:33 gnu Exp $
  33.  
  34. srcdir = .
  35.  
  36. prefix = /usr/local
  37.  
  38. exec_prefix = $(prefix)
  39. bindir = $(exec_prefix)/bin
  40. libdir = $(exec_prefix)/lib
  41.  
  42. datadir = $(prefix)/lib
  43. mandir = $(prefix)/man
  44. man1dir = $(mandir)/man1
  45. man2dir = $(mandir)/man2
  46. man3dir = $(mandir)/man3
  47. man4dir = $(mandir)/man4
  48. man5dir = $(mandir)/man5
  49. man6dir = $(mandir)/man6
  50. man7dir = $(mandir)/man7
  51. man8dir = $(mandir)/man8
  52. man9dir = $(mandir)/man9
  53. infodir = $(prefix)/info
  54. includedir = $(prefix)/include
  55. oldincludedir =
  56. docdir = $(srcdir)/doc
  57.  
  58. SHELL = /bin/sh
  59.  
  60. INSTALL = install -c
  61. INSTALL_PROGRAM = $(INSTALL)
  62. INSTALL_DATA = $(INSTALL)
  63.  
  64. AR = ar
  65. AR_FLAGS = qc
  66. BISON = bison
  67. MAKEINFO = makeinfo
  68. RANLIB = ranlib
  69.  
  70. INCDIR = $(srcdir)/../include
  71. CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
  72. DEP = mkdep
  73. MINUS_G=-g
  74.  
  75. SUBDIRS = doc
  76.  
  77.  
  78. # Change this (to MINIMIZE=1) to save space in executables.
  79. # Currently, all this does is control the target_vector in targets.c.
  80. MINIMIZE=0
  81.  
  82. TARGETLIB = libbfd.a
  83. CFLAGS = $(MINUS_G) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) -Dsprite # -DINTEL960VERSION
  84.  
  85.  
  86. BFD_LIBS = libbfd.o opncls.o bfd.o archive.o targets.o cache.o \
  87.     archures.o core.o section.o format.o syms.o reloc.o init.o ctor.o seclet.o
  88.  
  89. BFD_MACHINES = cpu-h8300.o cpu-i960.o cpu-sparc.o cpu-m68k.o cpu-m88k.o \
  90.     cpu-vax.o cpu-mips.o cpu-a29k.o cpu-i386.o cpu-rs6000.o
  91.  
  92. BFD_BACKENDS = oasys.o ieee.o srec.o elf.o stab-syms.o\
  93.     aout64.o aout32.o demo64.o sunos.o newsos3.o i386aout.o bout.o \
  94.     coff-i960.o coff-a29k.o coff-m68k.o coff-i386.o coff-m88k.o \
  95.     coff-mips.o coff-rs6000.o coff-h8300.o coff-msym.o 
  96.  
  97. OPTIONAL_BACKENDS = trad-core.o
  98.  
  99. #### host and target dependent Makefile fragments come in here.
  100. # Target: DECstation.
  101. # Nothing to do for now.
  102. HDEFINES=-DTRAD_CORE
  103. HDEPFILES=trad-core.o
  104. ###
  105.  
  106. BFD_H=$(INCDIR)/bfd.h
  107.  
  108. # C source files that correspond to .o's.
  109. CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c archures.c \
  110.      coff-i386.c aout64.c aout32.c sunos.c demo64.c coff-i960.c srec.c \
  111.      oasys.c ieee.c coff-m68k.c coff-a29k.c coff-rs6000.c coff-msym.c \
  112.      format.c section.c core.c syms.c stab-syms.c reloc.c init.c ctor.c seclet.c \
  113.      coff-m88k.c coff-mips.c trad-core.c newsos3.c i386aout.c bout.c elf.c \
  114.     cpu-h8300.c cpu-i960.c cpu-sparc.c cpu-m68k.c cpu-m88k.c \
  115.      cpu-vax.c cpu-mips.c cpu-a29k.c cpu-i386.c cpu-rs6000.c coff-h8300.c
  116.  
  117. STAGESTUFF = $(TARGETLIB) $(OFILES)
  118.  
  119. all: $(TARGETLIB) 
  120.     $(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)"
  121.  
  122. check:
  123.  
  124. info: force
  125.     $(MAKE) subdir_do DO=info "DODIRS=$(SUBDIRS)" "MAKEINFO=$(MAKEINFO)"
  126.  
  127. clean-info:
  128.     $(MAKE) subdir_do DO=clean-info "DODIRS=$(SUBDIRS)"
  129.     
  130. install-info: force
  131.     $(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)"
  132.  
  133. # HDEPFILES comes from the host config; TDEPFILES from the target config.
  134. OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) $(HDEPFILES) $(TDEPFILES)
  135.  
  136. $(TARGETLIB): $(OFILES)
  137.      rm -f $(TARGETLIB)
  138.      $(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES)
  139.      $(RANLIB) $(TARGETLIB)
  140.  
  141. # When compiling targets.c, supply the default target info from configure.
  142. targets.o: targets.c
  143.     $(CC) $(CFLAGS) -c -DMINIMIZE=$(MINIMIZE) $(TDEFAULTS) $<
  144.  
  145. subdir_do: force
  146.     for i in $(DODIRS); do \
  147.         if [ -d ./$$i ] ; then \
  148.             if (cd ./$$i; \
  149.                 $(MAKE) \
  150.                     "against=$(against)" \
  151.                     "AR=$(AR)" \
  152.                     "AR_FLAGS=$(AR_FLAGS)" \
  153.                     "CC=$(CC)" \
  154.                     "RANLIB=$(RANLIB)" \
  155.                     "MAKEINFO=$(MAKEINFO)" \
  156.                     "BISON=$(BISON)" $(DO)) ; then true ; \
  157.             else exit 1 ; fi ; \
  158.         else true ; fi ; \
  159.     done
  160.  
  161. stage1: force
  162.     - mkdir stage1
  163.     - mv -f $(STAGESTUFF) stage1
  164.     $(MAKE) subdir_do DO=stage1 "DODIRS=$(SUBDIRS)"
  165.  
  166. stage2: force
  167.     - mkdir stage2
  168.     - mv -f $(STAGESTUFF) stage2
  169.     $(MAKE) subdir_do DO=stage2 "DODIRS=$(SUBDIRS)"
  170.  
  171. stage3: force
  172.     - mkdir stage3
  173.     - mv -f $(STAGESTUFF) stage3
  174.     $(MAKE) subdir_do DO=stage3 "DODIRS=$(SUBDIRS)"
  175.  
  176. against=stage2
  177.  
  178. comparison: force
  179.     for i in *.o ; do cmp $$i $(against)/$$i || exit 1 ; done
  180.     $(MAKE) subdir_do DO=comparison "DODIRS=$(SUBDIRS)"
  181.  
  182. de-stage1: force
  183.     - (cd stage1 ; mv -f $(STAGESTUFF) ..)
  184.     - rmdir stage1
  185.     $(MAKE) subdir_do DO=de-stage1 "DODIRS=$(SUBDIRS)"
  186.  
  187. de-stage2: force
  188.     - (cd stage2 ; mv -f $(STAGESTUFF) ..)
  189.     - rmdir stage2
  190.     $(MAKE) subdir_do DO=de-stage2 "DODIRS=$(SUBDIRS)"
  191.  
  192. de-stage3: force
  193.     - (cd stage3 ; mv -f $(STAGESTUFF) ..)
  194.     - rmdir stage3
  195.     $(MAKE) subdir_do DO=de-stage3 "DODIRS=$(SUBDIRS)"
  196.  
  197. tags etags: TAGS
  198.  
  199. TAGS: force
  200.     etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
  201.  
  202. clean:
  203.     rm -f *.[oa] *~ core *.E *.p *.ip aout-params.h gen-aout
  204.     $(MAKE) subdir_do DO=clean "DODIRS=$(SUBDIRS)"
  205.  
  206. clobber realclean: clean
  207.     rm -f libbfd.a TAGS
  208.     $(MAKE) subdir_do DO=clobber "DODIRS=$(SUBDIRS)"
  209.  
  210. # Mark everything as depending on config.status, since the timestamp on
  211. # sysdep.h might actually move backwards if we reconfig and relink it
  212. # to a different hosts/h-xxx.h file.  This will force a recompile anyway.
  213. RECONFIG = config.status
  214. $(BFD_LIBS):  libbfd.h $(BFD_H) $(RECONFIG)
  215. $(BFD_MACHINES):  libbfd.h $(BFD_H) $(RECONFIG)
  216. $(BFD_BACKENDS):  libbfd.h $(BFD_H) $(RECONFIG)
  217. $(OPTIONAL_BACKENDS):  libbfd.h $(BFD_H) $(RECONFIG)
  218.  
  219. # Get around a Sun Make bug in SunOS 4.1.1 with VPATH
  220. cpu-i386.o:cpu-i386.c
  221.  
  222. saber:
  223.     #suppress 65 on bfd_map_over_sections 
  224.     #suppress 66 on bfd_map_over_sections 
  225.     #suppress 67 on bfd_map_over_sections 
  226.     #suppress 68 on bfd_map_over_sections 
  227.     #suppress 69 on bfd_map_over_sections 
  228.     #suppress 70 on bfd_map_over_sections 
  229.     #suppress 110 in bfd_map_over_sections 
  230.     #suppress 112 in bfd_map_over_sections 
  231.     #suppress 530 
  232.     #suppress 590 in swap_exec_header 
  233.     #suppress 590 in _bfd_dummy_core_file_matches_executable_p 
  234.     #suppress 590 in bfd_dont_truncate_arname
  235.     #suppress 590 on ignore 
  236.     #suppress 590 on abfd 
  237.     #setopt load_flags $(CFLAGS)
  238.     #load $(CFILES)
  239.  
  240.  
  241. #-----------------------------------------------------------------------------
  242. #        'STANDARD' GNU/960 TARGETS BELOW THIS POINT
  243. #
  244. # 'VERSION' file must be present and contain a string of the form "x.y"
  245. #-----------------------------------------------------------------------------
  246.  
  247. ver960.c: FORCE
  248.     rm -f ver960.c
  249.     echo "char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
  250.  
  251.  
  252. # This target should be invoked before building a new release.
  253. # 'VERSION' file must be present and contain a string of the form "x.y"
  254. #
  255. roll:
  256.     @V=`cat VERSION`        ; \
  257.     MAJ=`sed 's/\..*//' VERSION`    ; \
  258.     MIN=`sed 's/.*\.//' VERSION`    ; \
  259.     V=$$MAJ.`expr $$MIN + 1`    ; \
  260.     rm -f VERSION            ; \
  261.     echo $$V >VERSION        ; \
  262.     echo Version $$V
  263.  
  264. # Dummy target to force execution of dependent targets.
  265. #
  266. force:
  267.  
  268. install:
  269.     $(INSTALL_DATA) libbfd.a $(libdir)/libbfd.a
  270.     $(RANLIB) $(libdir)/libbfd.a
  271.     $(INSTALL_DATA) $(INCDIR)/bfd.h $(includedir)/bfd.h
  272.     [ -z "$(oldincludedir)" ] || $(INSTALL_DATA) $(INCDIR)/bfd.h $(oldincludedir)/bfd.h
  273.     $(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)"
  274.  
  275. # Target to uncomment host-specific lines in this makefile.  Such lines must
  276. # have the following string beginning in column 1: #__<hostname>__#
  277. # Original Makefile is backed up as 'Makefile.old'.
  278. #
  279. # Invoke with:  make make HOST=xxx
  280. #
  281. make:
  282.     -@if test $(HOST)x = x ; then \
  283.         echo 'Specify "make make HOST=???"'; \
  284.         exit 1; \
  285.     fi ; \
  286.     grep -s "^#The next line was generated by 'make make'" Makefile; \
  287.     if test $$? = 0 ; then    \
  288.         echo "Makefile has already been processed with 'make make'";\
  289.         exit 1; \
  290.     fi ; \
  291.     mv -f Makefile Makefile.old; \
  292.     echo "#The next line was generated by 'make make'"     >Makefile ; \
  293.     echo "HOST=$(HOST)"                    >>Makefile ; \
  294.     echo                            >>Makefile ; \
  295.     sed "s/^#__$(HOST)__#//" < Makefile.old            >>Makefile
  296.  
  297. Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
  298.     $(SHELL) ./config.status
  299.  
  300. dep: $(CFILES)
  301.     mkdep $(CFLAGS) $?
  302.  
  303. host-aout.o: Makefile
  304.  
  305. # The following program can be used to generate a simple config file
  306. # which can be folded into an h-XXX file for a new host, with some editing.
  307. aout-params.h: gen-aout
  308.     ./gen-aout > aout-params.h
  309. gen-aout: $(srcdir)/gen-aout.c Makefile
  310.     $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
  311.  
  312. headers:
  313.     (cd $(docdir); $(MAKE) protos)
  314.     # Rebuild prototypes in bfd.h
  315.     cp $(docdir)/bfd.h $(BFD_H)
  316.     cp $(docdir)/libbfd.h $(srcdir)/libbfd.h
  317.     cp $(docdir)/libcoff.h $(srcdir)/libcoff.h
  318.  
  319. bfd.info:
  320.     ( cd $(docdir); $(MAKE) bfd.info)
  321.  
  322. bfd.dvi:
  323.     (cd $(docdir); $(MAKE) bfd.dvi)
  324.  
  325. bfd.ps: 
  326.     (cd $(docdir); $(MAKE) bfd.ps)
  327.  
  328. # What appears below is generated by a hacked mkdep using gcc -MM.
  329.  
  330. # DO NOT DELETE THIS LINE -- mkdep uses it.
  331. # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
  332.  
  333. libbfd.o : libbfd.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h 
  334. opncls.o : opncls.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h 
  335. bfd.o : bfd.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h 
  336. archive.o : archive.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
  337.   $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h 
  338. targets.o : targets.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h 
  339. cache.o : cache.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h 
  340. archures.o : archures.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h 
  341. aout64.o : aout64.c 
  342. aout32.o : aout32.c aoutx.h $(INCDIR)/bfd.h $(INCDIR)/ansidecl.h \
  343.   $(INCDIR)/obstack.h libaout.h libbfd.h $(INCDIR)/aout/aout64.h \
  344.   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h 
  345. sunos.o : sunos.c aoutf1.h $(INCDIR)/bfd.h $(INCDIR)/obstack.h \
  346.   libaout.h libbfd.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
  347.   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h 
  348. demo64.o : demo64.c 
  349.  
  350. srec.o : srec.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h 
  351. oasys.o : oasys.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
  352.   $(INCDIR)/oasys.h liboasys.h 
  353. ieee.o : ieee.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
  354.   $(INCDIR)/ieee.h libieee.h 
  355. coff-h8300.o: coff-h8300.c  $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
  356.   $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h 
  357. coff-a29k.o: coff-a29k.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
  358.   $(INCDIR)/coff/a29k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h 
  359. coff-i386.o: coff-i386.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
  360.   $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h 
  361. coff-i960.o: coff-i960.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
  362.   $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h 
  363. coff-m68k.o: coff-m68k.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
  364.   $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h 
  365. coff-m88k.o: coff-m88k.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
  366.   $(INCDIR)/coff/m88k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h 
  367. coff-mips.o: coff-mips.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
  368.   $(INCDIR)/coff/mips.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h 
  369. coff-rs6000.o: coff-rs6000.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
  370.   $(INCDIR)/coff/rs6000.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h 
  371. format.o : format.c $(INCDIR)/bfd.h \
  372.   $(INCDIR)/obstack.h libbfd.h 
  373. section.o : section.c $(INCDIR)/bfd.h \
  374.   $(INCDIR)/obstack.h libbfd.h 
  375. core.o : core.c $(INCDIR)/bfd.h \
  376.   $(INCDIR)/obstack.h libbfd.h 
  377. syms.o : syms.c $(INCDIR)/bfd.h \
  378.   $(INCDIR)/obstack.h libbfd.h 
  379. syms.o : stab-syms.c
  380. reloc.o : reloc.c $(INCDIR)/bfd.h \
  381.   $(INCDIR)/obstack.h libbfd.h 
  382.  
  383. trad-core.o : trad-core.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h \
  384.   libbfd.h libaout.h 
  385.  
  386. coff-msym.o: coff-msym.c $(INCDIR)/bfd.h  $(INCDIR)/coff/ecoff-ext.h \
  387.   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h
  388.  
  389. newsos3.o : newsos3.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
  390.   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
  391.   $(INCDIR)/aout/ar.h libaout.h 
  392. i386aout.o : i386aout.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
  393.   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
  394.   $(INCDIR)/aout/ar.h libaout.h 
  395. bout.o : bout.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
  396.   $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h 
  397.  
  398. # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
  399.  
  400.